/*搜索框*/
.head-search {
    float: right;
    /*background: url('../images/head-search.png') no-repeat;*/
    overflow: hidden;
    position: relative;
    height: 25px;
    width: 145px;
    margin-top: 35px;
    background: #f9f9f9;
    border: 1px solid #E0E0E0;
    border-radius: 5px;
}
.head-search input {
    width: 100%;
    border: 0;
    background: none;
    height: 100%;
    padding: 0 44px 0 16px;
    font-size: 12px;
    color: #999;
    outline: none;
    display: inherit;
}
.head-search button {
    position: absolute;
    right: 8px;
    top: 0;
    height: 100%;
    padding: 0;
    background: none;
    border: 0;
    outline: none;
    cursor: pointer;
}
.head-search i {
    display: inline-block;
    width: 20px;
    height: 25px;
    background: url('../images/search.png') 0px 5px no-repeat;
}